home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / freeres / rst1frm1.dfm / rst1frm1.txt
Text File  |  1995-12-22  |  599b  |  33 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   AutoScroll = False
  5.   Caption = 'Resource Test 1 - Form1'
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnClose = FormClose
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 224
  18.     Width = 427
  19.     Height = 49
  20.     Align = alBottom
  21.     TabOrder = 0
  22.     object Button1: TButton
  23.       Left = 229
  24.       Top = 8
  25.       Width = 73
  26.       Height = 33
  27.       Caption = 'Next'
  28.       TabOrder = 0
  29.       OnClick = Button1Click
  30.     end
  31.   end
  32. end
  33.